testing.common.name (field)
73 uses
testing (current package)
benchmark.go#L234: if n := len(b.name) + bstate.extLen + 1; n > bstate.maxLen {
benchmark.go#L249: fmt.Fprintf(b.w, "%s--- FAIL: %s\n%s", b.chatty.prefix(), b.name, b.output)
benchmark.go#L264: fmt.Fprintf(b.w, "%s--- %s: %s\n%s", b.chatty.prefix(), tag, b.name, b.output)
benchmark.go#L714: name: "Main",
benchmark.go#L739: benchName := benchmarkName(b.name, procs)
benchmark.go#L750: name: b.name,
benchmark.go#L810: benchName, ok, partial := b.name, true, false
benchmark.go#L822: name: benchName,
fuzz.go#L257: c, err := f.fstate.deps.ReadCorpus(filepath.Join(corpusDir, f.name), types)
fuzz.go#L285: testName := f.name
fuzz.go#L308: name: testName,
fuzz.go#L325: t.chatty.Updatef(t.name, "=== RUN %s\n", t.name)
fuzz.go#L345: t.chatty.Updatef(t.parent.name, "=== NAME %s\n", t.parent.name)
fuzz.go#L356: corpusTargetDir := filepath.Join(corpusDir, f.name)
fuzz.go#L357: cacheTargetDir := filepath.Join(*fuzzCacheDir, f.name)
fuzz.go#L376: fmt.Fprintf(f.w, "To re-run:\ngo test -run=%s/%s\n", f.name, testName)
fuzz.go#L406: name := fmt.Sprintf("%s/%s", f.name, filepath.Base(e.Path))
fuzz.go#L421: f.flushToParent(f.name, format, "FAIL", f.name, dstr)
fuzz.go#L424: f.flushToParent(f.name, format, "SKIP", f.name, dstr)
fuzz.go#L426: f.flushToParent(f.name, format, "PASS", f.name, dstr)
fuzz.go#L522: name: testName,
fuzz.go#L535: f.chatty.Updatef(f.name, "=== RUN %s\n", f.name)
fuzz.go#L540: f.chatty.Updatef(f.parent.name, "=== NAME %s\n", f.parent.name)
fuzz.go#L608: name: testName,
fuzz.go#L621: f.chatty.Updatef(f.name, "=== RUN %s\n", f.name)
fuzz.go#L626: f.chatty.Updatef(f.parent.name, "=== NAME %s\n", f.parent.name)
fuzz.go#L694: root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
match.go#L90: name = m.unique(c.name, rewrite(subname))
testing.go#L659: name string // Name of test or benchmark.
testing.go#L939: return c.name
testing.go#L960: panic("Fail in goroutine after " + c.name + " has completed")
testing.go#L1030: panic("Log in goroutine after " + c.name + " has completed: " + s)
testing.go#L1109: panic("Output called after " + c.name + " has completed")
testing.go#L1134: panic("Write called after " + o.c.name + " has completed")
testing.go#L1165: o.c.chatty.Printf(o.c.name, "%s%s", indent, b)
testing.go#L1521: c.chatty.Updatef(c.name, "=== ATTR %s %v %v\n", c.name, key, value)
testing.go#L1703: t.chatty.Updatef(t.name, "=== PAUSE %s\n", t.name)
testing.go#L1705: running.Delete(t.name)
testing.go#L1713: t.chatty.Updatef(t.name, "=== CONT %s\n", t.name)
testing.go#L1715: running.Store(t.name, highPrecisionTimeNow())
testing.go#L1845: running.Delete(t.name)
testing.go#L1866: root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
testing.go#L1885: running.Delete(t.name)
testing.go#L1897: running.Store(t.name, cleanupStart)
testing.go#L1974: name: testName,
testing.go#L1988: t.chatty.Updatef(t.name, "=== RUN %s\n", t.name)
testing.go#L1990: running.Store(t.name, highPrecisionTimeNow())
testing.go#L2012: t.chatty.Updatef(t.parent.name, "=== NAME %s\n", t.parent.name)
testing.go#L2034: name: t.name,
testing.go#L2393: t.flushToParent(t.name, format, "FAIL", t.name, dstr)
testing.go#L2396: t.flushToParent(t.name, format, "SKIP", t.name, dstr)
testing.go#L2398: t.flushToParent(t.name, format, "PASS", t.name, dstr)